crypto/tls.Conn.clientSessionCacheKey (method)

6 uses

	crypto/tls (current package)
		handshake_client.go#L249: 				if cacheKey := c.clientSessionCacheKey(); cacheKey != "" {
		handshake_client.go#L378: 	cacheKey := c.clientSessionCacheKey()
		handshake_client.go#L1049: 	cacheKey := c.clientSessionCacheKey()
		handshake_client.go#L1282: func (c *Conn) clientSessionCacheKey() string {
		handshake_client_tls13.go#L882: 	if cacheKey := c.clientSessionCacheKey(); cacheKey != "" {
		quic.go#L350: 	cacheKey := c.clientSessionCacheKey()